func hash/maphash.rthash

7 uses

	hash/maphash (current package)
		maphash.go#L52: 			state = rthash(b[:bufSize], state)
		maphash.go#L56: 	return rthash(b, state)
		maphash.go#L162: 			h.state.s = rthash(b[:bufSize], h.state.s)
		maphash.go#L232: 	h.state.s = rthash(h.buf[:h.n], h.state.s)
		maphash.go#L245: 	return rthash(h.buf[:h.n], h.state.s)
		maphash_runtime.go#L25: func rthash(buf []byte, seed uint64) uint64 {
		maphash_runtime.go#L43: 	return rthash(buf, state)